--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
Commit 564cd9b18c6ecbafaeb0f1c21026bcf1083fa7cb
Parents : cacddfd
Author : Mark Qvist <mark@unsigned.io>
Date : 2022-10-22T22:43:28+02:00
Updated build scripts
Changes
Diff
diff --git a/.gitignore b/.gitignore
index 33feb9e..06e38e3 100644
--- a/.gitignore
+++ b/.gitignore
@@ -8,6 +8,7 @@ __pycache__/
*.so
# Distribution / packaging
+LXMF/Utilities/LXMF
RNS
.Python
build/
diff --git a/Makefile b/Makefile
index 8d3e67a..c0b53da 100644
--- a/Makefile
+++ b/Makefile
@@ -8,10 +8,12 @@ clean:
remove_symlinks:
@echo Removing symlinks for build...
-rm ./RNS
+ -rm ./LXMF/Utilities/LXMF
create_symlinks:
@echo Creating symlinks...
-ln -s ../Reticulum/RNS ./
+ -ln -s ../../LXMF ./LXMF/Utilities/LXMF
build_wheel:
python3 setup.py sdist bdist_wheel
──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────